home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / Recent1 / AmIRCFetch.readme < prev    next >
Text File  |  1997-03-20  |  2KB  |  69 lines

  1. Short:    ARexx file retrieval ARexx script for AmIRC 
  2. Author:   newlook@ameritech.net (Deryk B. Robosson)
  3. Uploader: newlook@ameritech.net (Deryk B. Robosson)
  4. Version:  1.07
  5. Type:     comm/tcp
  6. Replaces: comm/tcp/AmIRCFetch.lha
  7. Requires: comm/tcp/FTPGet1_2.lha
  8.  
  9. Installation
  10. --------------
  11.  
  12. 1) Copy fetch.amirx to amirc/rexx directory
  13.  
  14. 2) Install an alias in AmIRC by selecting setup menu
  15.    then lists.  Under Alias tab, select add new alias.
  16.  
  17. 3) Then in edit window type the alias you would like
  18.    to use.
  19.  
  20.    i.e. fetch = /rx fetch %p
  21.  
  22. 4) Edit the script for your site, password, and incoming directory
  23.  
  24. Usage:
  25. --------------
  26. Using above example, you would type
  27.  
  28. /fetch /comm/tcp/AmIRCFetch.lha    - to obtain file from default site (wuarchive)
  29. /fetch /comm/tcp/AmIRCFetch.lha 2  - to obtain file from site number two
  30.  
  31. and the file requested (if found) will be copied to the directory
  32. specified in the fetch.amirx script. Note that the filenames are
  33. case sensitive, it's not my fault, blame it on un*x ;)
  34.  
  35. Deryk Robosson
  36. ----
  37. newlook@ameritech.net
  38.  
  39.  -=> AFrame C++ OOP Extensions for Intuition <=-
  40.  
  41. -=> A3000T/040/28/26MB 2.6GB Sony15sf Supra33.6k V.34 ZIP NEC 3x CDROM<=-
  42.  
  43. HISTORY
  44. -------
  45. 1.03
  46. This version now requires you to edit the path in the script
  47. for ftpget if you do not place it in amitcp:bin/ (for those
  48. that use other TCP stacks.)  If you are an AmiTCP user, just
  49. place the ftpget executable in amitcp:bin/ directory and
  50. proceed to the installation instructions below.
  51.  
  52. 1.04
  53. This version now support getting or NOT getting the .readme
  54. files.  Edit the readme variable at the top of the script
  55. according to you needs (defaults to on).
  56.  
  57. 1.05
  58. The code has been optimised some and support for displaying
  59. the readme files has now been added. Set the "displayreadme"
  60. flag according as well as "textviewer" to you favorite text
  61. viewing program, default is currently multiview.
  62.  
  63. 1.06
  64. Prettied up the display of information to the user.
  65.  
  66. 1.07
  67. Cleaned up the code and modified the way the sitelist
  68. is handled.
  69.